added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSVSAddInCommandBarUI / CSVSAddInCommandBarUI.csproj
blob63852b55ea4ae3e9f77c658a4c3baa0d3aae6aea
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.30729</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{2A3B048F-F2CD-45C1-A179-3EDE0ABAA9B1}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <StartupObject>
10     </StartupObject>
11     <NoStandardLibraries>false</NoStandardLibraries>
12     <AssemblyName>CSVSAddInCommandBarUI</AssemblyName>
13     <RootNamespace>CSVSAddInCommandBarUI</RootNamespace>
14     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <Optimize>false</Optimize>
19     <OutputPath>..\Debug\</OutputPath>
20     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <WarningLevel>4</WarningLevel>
23     <IncrementalBuild>false</IncrementalBuild>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugSymbols>false</DebugSymbols>
27     <Optimize>true</Optimize>
28     <OutputPath>..\Release\</OutputPath>
29     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
30     <DefineConstants>TRACE</DefineConstants>
31     <WarningLevel>4</WarningLevel>
32     <IncrementalBuild>false</IncrementalBuild>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36     <Reference Include="System" />
37     <Reference Include="System.Data" />
38     <Reference Include="System.Xml" />
39   </ItemGroup>
40   <ItemGroup>
41     <Compile Include="AssemblyInfo.cs">
42       <SubType>Code</SubType>
43     </Compile>
44     <Compile Include="Connect.cs">
45       <SubType>Code</SubType>
46     </Compile>
47   </ItemGroup>
48   <ItemGroup>
49     <COMReference Include="EnvDTE">
50       <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
51       <VersionMajor>8</VersionMajor>
52       <VersionMinor>0</VersionMinor>
53       <Lcid>0</Lcid>
54       <WrapperTool>primary</WrapperTool>
55       <Isolated>False</Isolated>
56     </COMReference>
57     <COMReference Include="EnvDTE80">
58       <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid>
59       <VersionMajor>8</VersionMajor>
60       <VersionMinor>0</VersionMinor>
61       <Lcid>0</Lcid>
62       <WrapperTool>primary</WrapperTool>
63       <Isolated>False</Isolated>
64     </COMReference>
65     <COMReference Include="EnvDTE90">
66       <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid>
67       <VersionMajor>9</VersionMajor>
68       <VersionMinor>0</VersionMinor>
69       <Lcid>0</Lcid>
70       <WrapperTool>primary</WrapperTool>
71       <Isolated>False</Isolated>
72     </COMReference>
73     <COMReference Include="Microsoft.VisualStudio.CommandBars">
74       <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
75       <VersionMajor>8</VersionMajor>
76       <VersionMinor>0</VersionMinor>
77       <Lcid>0</Lcid>
78       <WrapperTool>primary</WrapperTool>
79       <Isolated>False</Isolated>
80     </COMReference>
81     <COMReference Include="stdole">
82       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
83       <VersionMajor>2</VersionMajor>
84       <VersionMinor>0</VersionMinor>
85       <Lcid>0</Lcid>
86       <WrapperTool>primary</WrapperTool>
87       <Isolated>False</Isolated>
88     </COMReference>
89   </ItemGroup>
90   <ItemGroup>
91     <Content Include="CSVSAddInCommandBarUI.AddIn" />
92     <Content Include="ReadMe.txt" />
93   </ItemGroup>
94   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
95   <PropertyGroup>
96     <PreBuildEvent>
97     </PreBuildEvent>
98     <PostBuildEvent>
99     </PostBuildEvent>
100   </PropertyGroup>
101   <ProjectExtensions>
102     <VisualStudio>
103     </VisualStudio>
104   </ProjectExtensions>
105 </Project>